home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / APPKILLE / README < prev    next >
Text File  |  1992-03-14  |  2KB  |  54 lines

  1. Application Killer, 1.1            by   Brent Burton, 3/14/92
  2. ------------------
  3.  
  4.   In this directory you will find the source code and executable versions
  5. of my "Application Killer" program.  (The name was a desparate choice.)
  6. Anyway, AK uses the new PPC features of System 7 and allows the user to
  7. kill any running application that supports the standard Apple Events.
  8.  
  9.   One use that I have discovered is for killing the Finder so I can run a
  10. single program, such as a game, on the "bare" machine.  Users of machines
  11. with 2Mb of Ram might need to use this occasionally (maybe for a compiler?).
  12.  
  13.   A new feature is the ability to start applications also.  This is a nice
  14. addition because it's hard to start applications once the finder is dead.
  15.  
  16. The Source Code   (and Think C 5.0)
  17. --- ------ ----
  18.  
  19.   Included with the code are the resource and Think C 5.0 project files.
  20. Before you recompile the application you will need to precompile the
  21. ak_header.h file into "ak_headers".  The ak_headers file is about 105k
  22. in size.  Compilation with other compilers is not tested.
  23.  
  24.  
  25. Misc
  26. ----
  27.   All development was done on a Mac +, Think C 5.0, Sys 7, 4Mb ram, 
  28. 5'-9.5", 130lbs, hazel eyes, Gemini, likes the outdoors.  555-1212.
  29. If the program doesn't work on your system, please let me know and
  30. I'll look into it.
  31.  
  32. Enjoy.
  33. -Brent Burton
  34.  brentb@cs.tamu.edu
  35.  bpb9204@tamsun.tamu.edu
  36.  
  37. ---------------------------------------------------------
  38. CHANGE HISTORY
  39. ------- -------
  40.  
  41. 3/14/92 -- Made a couple changes in the code like correcting some of
  42.    the comments (the program skeleton I used came from a client-server
  43.    experiment I am working on and some comments referred to the server
  44.    or client...)
  45.  
  46. 12/21 - 3/13 -- let the program stagnate.
  47.  
  48. 12/21/91 -- added "Launch Application" to fire up applications;  just an
  49.    easy way to do things in case the finder isn't running.  It's also quicker
  50.    navigating via the file dialogs than opening 12 finder windows...
  51.  
  52. 12/10/91 -- 1.0  -- initial release. Only kills applications
  53.  
  54.